The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Test-DBIx-Class dbix class"

Test::DBIx::Class - Easier test cases for your DBIx::Class applications River stage two • 26 direct dependents • 29 total dependents

The goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Types - Type Constraint Library River stage two • 26 direct dependents • 29 total dependents

MooseX::Types based type constraint library...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::SchemaManager - Manages a DBIx::Class::SchemaManager for Testing River stage two • 26 direct dependents • 29 total dependents

this class is a helper for Test::DBIx::Class. Basically it is a type of wrapper or adaptor for your schema so we can more easily and quickly deploy it and cleanup it for the purposes of automated testing. You shouldn't need to use anything here. Howe...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema - A basic schema you can use for testing River stage two • 26 direct dependents • 29 total dependents

This Schema has two purposes. First, we need one in order to properly test this distribution. Secondly, we'd like to offer a useful and simple schema that component authors can use to test their code. This way you don't have to keep rolling your own ...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Role::FixtureCommand - Role that a FixtureCommand must consume River stage two • 26 direct dependents • 29 total dependents

If you need to make your own custom Fixture Commands, please consume this role....

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::FixtureCommand::Populate - Install fixtures using Populate River stage two • 26 direct dependents • 29 total dependents

This uses the "populate" in DBIx::Class::Schema method to install fixture data. Expects an hash of "Source => [\@fields, \@rows]". Please see the 'populate' method for more information. Examples: ->install_fixtures( Person => [ ['name', 'age'], ['joh...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore River stage two • 26 direct dependents • 29 total dependents

This uses the DBIx::Class::Schema::PopulateMore to install fixtures. Please review the documentation for that module for more....

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result - The base result class River stage two • 26 direct dependents • 29 total dependents

All Result classes will inherit from this....

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::ResultSet - A base ResultSet Class River stage two • 26 direct dependents • 29 total dependents

All ResultSet classes will inherit from this....

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::DefaultRS - The default ResultSet River stage two • 26 direct dependents • 29 total dependents

DBIx::Class will use a resultset class which shares a name with the Result class. If one does not exist, use this class as the default....

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::CD - A cd River stage two • 26 direct dependents • 29 total dependents

A cd has tracks and has artists...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::Job - A Job River stage two • 26 direct dependents • 29 total dependents

A job is something you gotta do....

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::SchemaManager::Trait::SQLite - The Default Role River stage two • 26 direct dependents • 29 total dependents

The default Storage trait which provides the ability to deploy to a SQLite database. It also sets some %ENV and or configuration options that you can use to specify alternative database setup. In addition to the documented %ENV settings, this Trait a...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::Phone - The base result class River stage two • 26 direct dependents • 29 total dependents

Sample result class for testing and for other component authors...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::Person - The base result class River stage two • 26 direct dependents • 29 total dependents

Sample result class for testing and for other component authors...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::Company - A company River stage two • 26 direct dependents • 29 total dependents

A company provides jobs and has employees...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::SchemaManager::Trait::Testmysqld - deploy to a test mysql instance River stage two • 26 direct dependents • 29 total dependents

This trait uses Test::mysqld to auto create a test instance of mysql in a temporary area. This way you can test against mysql without having to create a test database, users, etc. Mysql needs to be installed (but doesn't need to be running) as well a...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::GermanPhone - Example of virtual view River stage two • 26 direct dependents • 29 total dependents

Sample result class for testing and for other component authors...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::SchemaManager::Trait::Testpostgresql - deploy to a test Postgresql instance River stage two • 26 direct dependents • 29 total dependents

This trait uses Test::Postgresql58 to auto create a test instance of Postgresql in a temporary area. This way you can test against Postgresql without having to create a test database, users, etc. Postgresql needs to be installed (but doesn't need to ...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Example::Schema::Result::RussianPhone - Example of non-virtual view River stage two • 26 direct dependents • 29 total dependents

Sample result class for testing and for other component authors...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
25 results (0.036 seconds)